fix: sync pyproject.toml version with release-please and use inline marker#14
Merged
justinmerrell merged 1 commit intomainfrom Mar 30, 2026
Merged
Conversation
…arker Release-please was not updating pyproject.toml because the extra-files TOML/jsonpath config was silently ignored. This left the version stuck at 0.2.0 while the manifest had 0.3.1, causing publish jobs to fail with 400 Bad Request (duplicate version on PyPI). - Update pyproject.toml version to 0.3.1 with x-release-please-version inline comment marker for reliable future updates - Simplify extra-files config to use the Generic updater with the marker Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
400 Bad Request) caused bypyproject.tomlbeing stuck at0.2.0while release-please manifest had0.3.1extra-filesTOML/jsonpath config with thex-release-please-versioninline comment marker approachpyproject.tomlversion to0.3.1to match the current releaseTest plan
task checkpasses (lint, types, format, 219 tests)pyproject.tomlin its changesetFixes: https://github.com/musher-dev/python-sdk/actions/runs/23755519953
🤖 Generated with Claude Code